home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / misc_src / ctrlz131 / readme.txt < prev    next >
Encoding:
Text File  |  1995-11-01  |  4.4 KB  |  112 lines

  1. ControlZ 1.31
  2. -------------
  3. Copyright ⌐ 1994-95, C. van Zwynsvoorde. All rights reserved.
  4.  
  5. For a more detailed description see below ControLZ 1.2.
  6. Version 1.31 fixes all known bugs and improves color management 
  7. and speed for the tuner control.
  8.  
  9. ControlZ 1.3
  10. ------------
  11. The main added feature in verison 1.3 is a collection of 
  12. "run-time" libraries. There is one for each control. 
  13.  
  14. This has been specially added for those who want to develop 
  15. an application by using ControlZ and plan to distribute this 
  16. application widely. Therefore the licencing has also been adapted.
  17.  
  18.  
  19. ControlZ 1.2
  20. ------------
  21.  
  22. ControlZ is a custom control library (DLL).
  23. It basically aims at making developers job easier. 
  24. It is Borland's Resource WorkShop 1.01+ compliant. 
  25. That means you can customize the controls and use them directly 
  26. with Borland's Resource WorkShop. To do this you need to select 
  27. Options|Install Control Library when editing a dialog box. If you 
  28. are not a Borland user, you can still use the ControlZ.DLL at 
  29. run-time but will probably experience problems if trying to use 
  30. it interactively in your resource editor. In that case you might 
  31. want to let me know (see the at end this file).
  32.  
  33. ControlZ implements 7 types of controls:
  34. - an analogue scaler,
  35. - an analogue dial,
  36. - an anologue tuner,
  37. - a new type of hierarchic combo-box,
  38. - a new type of hierarchic list-box with horizontal (caption)
  39.   scrolling,
  40. - an extended static text control,
  41. - an extended arrowed link static control.
  42.  
  43. I have included a demo program in this package. It gives an 
  44. overview of the different types of controls and the associated 
  45. options. The sources for the demo program have been included. It 
  46. consists of an extremely simple C-source file, along with an 
  47. RC-resource file. Yet it is relatively powerfull and gives a good
  48. demo. This is because the power is contained in the ControlZ.DLL. 
  49. Indeed ControlZ has been designed with the intention of putting 
  50. more power in the DLL itself, so you can make very quick "working"
  51. models of your future applications just by defining the resources.
  52. Therefore you save time at this stage were you are often in a 
  53. rush to get something to show in order to get funds for your 
  54. future application.
  55.  
  56. The demo brings up a succession of dialog boxes containing a number
  57. of the ControlZ custom controls. In every dialog box you will find
  58. a Help button which you might want to click to get a more extensive
  59. description of the demonstrated control.
  60.  
  61. If you have the Borland's Resource Editor, you are encouraged to 
  62. install the ControlZ.DLL custom control library and have a look at
  63. how easy it is to use and configure the controls in your dialog 
  64. boxes.
  65.  
  66. Remember ControlZ.DLL is not a VBX ! Thus it has no complicated 
  67. tricks to get it working with C and the resource editor and/or 
  68. compiler. Also this means you may expect it to run on future 
  69. versions of Windows.
  70.  
  71. The ControlZ.DLL itself is fully operational. It comes with an 
  72. associated header file called ControlZ.H and the on-line 
  73. documentation contained in the ControlZ.HLP file.
  74.  
  75. Because the ControlZ.DLL is fully working, you are not only able 
  76. to run the demo, but also to use it right now with your resource
  77. editor, though an "unregistered copy" reminder will come up now
  78. and then. This allows you to use it right now in your own
  79. applications and register after a while if you find it useful.
  80.  
  81. Registration
  82. ------------
  83. See the ControlZ.HLP file.
  84.  
  85. Needed configuration
  86. --------------------
  87. To run the demo program you need to have the BWCC.DLL file 
  88. installed on your system. This file is also needed by the 
  89. ControlZ.DLL when editing the resource (but Borland's Resource 
  90. Workshop should already have loaded it). Yet ControlZ.DLL does 
  91. not require the BWCC.DLL file at run-time.
  92.  
  93. ControlZ.DLL is intended to run under Windows 3.1. I actually made
  94. no test with previous versions of Windows, nor with WindowsNT or 
  95. Windows for Workgroups.
  96.  
  97. I developped the DLL at home on a 386/25Mhz. On such a 
  98. configuration some controls act quite slow (especially big dials).
  99. To get the buttons generate the expected 20 steps a second, a
  100. 486/33 should be enough. Of course a Math Coprocessor should help.
  101.  
  102. There are no "particular" memory requirements for ControlZ.
  103.  
  104. Questions ?
  105. -----------
  106. You can report any suggestion, question, 
  107. wanted feature and/or bug to:
  108.  
  109. C. van Zwynsvoorde.
  110. cvzwynsv@vmprofs.estec.esa.nl
  111.  
  112.